std::multiset::clear

From Cppreference

Jump to: navigation, search
void clear();

Removes all elements from the container. The past-the-end iterators are not invalidated.

Contents

Parameters

(none)

Return value

(none)

Complexity

linear in the size of the container.

See also

erase
erases elements
(public member function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages